From: Juanma Barranquero Date: Sat, 14 Mar 2009 00:26:34 +0000 (+0000) Subject: Fix typos. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~1272 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=34d6496f99cc5f5cc0f25c509099363f97faf83b;p=emacs.git Fix typos. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a3b31d0ca70..fde9509b188 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -7,18 +7,17 @@ * vc-git.el (vc-git-previous-revision, vc-git-next-revision): Fall back to original commit if vc-git-symbolic-commit fails to find a symbolic name. - (vc-git-symbolic-commit): Don't limit search to tags. Treat - "undefined" as an error. (Bug #2110) + (vc-git-symbolic-commit): Don't limit search to tags. + Treat "undefined" as an error. (Bug #2110) 2009-03-13 D. Goel - - * ibuf-ext.el: + * ibuf-ext.el: When calling (multiple-value-bind/setq .. ls) - ls -> (values-list ls) throughout. + ls -> (values-list ls) throughout. * progmodes/flymake.el (flymake-float-time): Ditto. - + * progmodes/ebrowse.el: Ditto. * midnight.el (midnight-next): Ditto. @@ -28,7 +27,7 @@ 2009-03-13 Agustín Martín * textmodes/ispell.el (ispell-get-word): Initialize spellchecker - params. (Bug #2654) + params. (Bug #2654) 2009-03-13 Stefan Monnier